git-context
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 23 Jul 2024 17:09:58 +0000 (19:09 +0200)
committerAurelien Jarno <aurel32@debian.org>
Tue, 23 Jul 2024 17:09:58 +0000 (19:09 +0200)
commit9e3d372e1192dc537662936a63b21160bc751b86
treef8fef20faac3781beafd335b47c2ee2dba1fa425
parentca5397430cedf00a11fb4db9e7b8795a4bdd730c
git-context

commit 88b771ab5e1169e746dbf4a990d90cffc5fa54ea
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Sat Feb 17 15:25:35 2024 -0500

    Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64

    Tested with the tests provided by glibc plus some other toy examples.
    Message-ID: <20240217202535.1860803-1-flaviocruz@gmail.com>

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-context.diff
sysdeps/mach/hurd/x86_64/Makefile
sysdeps/mach/hurd/x86_64/__start_context.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/getcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/makecontext.c [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/setcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/swapcontext.S [new file with mode: 0644]